Html Css Color HEX #BBCD1E Rio Grande

📋 copy color: '#BBCD1E'

red 187 ◦ green 205 ◦ blue 30

#BBCD1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBCD1E

Tints of Rio Grande #BBCD1E

RGB

 RED value IS 187 (73.44% from 255) = 44.31%

 GREEN value IS 205 (80.47% from 255) = 48.58%

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 44.31%
G = 48.58%
B = 7.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBCD1E (or 0xBBCD1E) is known color: Rio Grande. HEX triplet: BB, CD and 1E. RGB value is (187,205,30). Sum of RGB (Red+Green+Blue) = 187+205+30=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD1E is #4432E1. Grayscale: #B4B4B4. Windows color (decimal): -4469474 or 2018747. OLE color: 2018747.

HSL color Cylindrical-coordinate representation of color #BBCD1E: hue angle of 66.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBCD1E is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 30 -
CMYK 0.09 0 0.85 0.20
HSL 66.17º 0.74% 0.46% -
HSV(B) 66.17º 0.85% 0.8% -
XYZ 42.56 54.32 9.47 -
YUV 179.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 187 205 30 0.09 0 0.85 0.20 66.17 0.74 0.46
Hex BB CD 1E 9 0 55 14 42 4A 2E
Octal 273 315 36 11 0 125 24 102 112 56
Binary 10111011 11001101 11110 1001 0 1010101 10100 1000010 1001010 101110

Color Harmonies of #BBCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD1E

Black with #BBCD1E

Text Example


Text Example

White with #BBCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD1E; }

 p { color: rgb(187,205,30); }

 H1.HeaderClassName
 {
   color: #BBCD1E;
 }
 .AnyTagClassName
 {
   color: #BBCD1E;
 }
</style>

background-color css

<style>
 a { background-color: #BBCD1E; }

 a { background-color: rgb(187,205,30); }

 div.DivClassName
 {
   background-color: #BBCD1E;
 }
 .BgClassName
 {
   background-color: #BBCD1E;
 }
</style>

border-color css

<style>
 span { border-color: #BBCD1E; }

 span { border-color: rgb(187,205,30); }

 td.TdClassName
 {
   border-color: #BBCD1E;
 }
 .TagClassName
 {
   border-color: #BBCD1E;
 }
</style>