Html Css Color HEX #BBCD1A Rio Grande

📋 copy color: '#BBCD1A'

red 187 ◦ green 205 ◦ blue 26

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

Shades of Rio Grande #BBCD1A

Tints of Rio Grande #BBCD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 44.74%
G = 49.04%
B = 6.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#BBCD1A (or 0xBBCD1A) is known color: Rio Grande. HEX triplet: BB, CD and 1A. RGB value is (187,205,26). Sum of RGB (Red+Green+Blue) = 187+205+26=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD1A is #4432E5. Grayscale: #B3B3B3. Windows color (decimal): -4469478 or 1756603. OLE color: 1756603.

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

Color convert

RGB 187 205 26 -
CMYK 0.09 0 0.87 0.20
HSL 66.03º 0.77% 0.45% -
HSV(B) 66.03º 0.87% 0.8% -
XYZ 42.51 54.3 9.22 -
YUV 179.21 41.54 133.55 -
System Red Green Blue C M Y K H S L
Decimal 187 205 26 0.09 0 0.87 0.20 66.03 0.77 0.45
Hex BB CD 1A 9 0 57 14 42 4D 2D
Octal 273 315 32 11 0 127 24 102 115 55
Binary 10111011 11001101 11010 1001 0 1010111 10100 1000010 1001101 101101

Color Harmonies of #BBCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD1A

Black with #BBCD1A

Text Example


Text Example

White with #BBCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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