Html Css Color HEX #BBCF12 Rio Grande

📋 copy color: '#BBCF12'

red 187 ◦ green 207 ◦ blue 18

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

Shades of Rio Grande #BBCF12

Tints of Rio Grande #BBCF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 45.39%
G = 50.24%
B = 4.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#BBCF12 (or 0xBBCF12) is known color: Rio Grande. HEX triplet: BB, CF and 12. RGB value is (187,207,18). Sum of RGB (Red+Green+Blue) = 187+207+18=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF12 is #4430ED. Grayscale: #B4B4B4. Windows color (decimal): -4468974 or 1232827. OLE color: 1232827.

HSL color Cylindrical-coordinate representation of color #BBCF12: hue angle of 66.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBCF12 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 18 -
CMYK 0.10 0 0.91 0.19
HSL 66.35º 0.84% 0.44% -
HSV(B) 66.35º 0.91% 0.81% -
XYZ 42.92 55.23 8.97 -
YUV 179.47 36.87 133.37 -
System Red Green Blue C M Y K H S L
Decimal 187 207 18 0.10 0 0.91 0.19 66.35 0.84 0.44
Hex BB CF 12 A 0 5B 13 42 54 2C
Octal 273 317 22 12 0 133 23 102 124 54
Binary 10111011 11001111 10010 1010 0 1011011 10011 1000010 1010100 101100

Color Harmonies of #BBCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF12

Black with #BBCF12

Text Example


Text Example

White with #BBCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF12; }

 p { color: rgb(187,207,18); }

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

background-color css

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

 a { background-color: rgb(187,207,18); }

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

border-color css

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

 span { border-color: rgb(187,207,18); }

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