Html Css Color HEX #BBCF13 Rio Grande

📋 copy color: '#BBCF13'

red 187 ◦ green 207 ◦ blue 19

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

Shades of Rio Grande #BBCF13

Tints of Rio Grande #BBCF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 45.28%
G = 50.12%
B = 4.6%

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

#BBCF13 (or 0xBBCF13) is known color: Rio Grande. HEX triplet: BB, CF and 13. RGB value is (187,207,19). Sum of RGB (Red+Green+Blue) = 187+207+19=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF13 is #4430EC. Grayscale: #B4B4B4. Windows color (decimal): -4468973 or 1298363. OLE color: 1298363.

HSL color Cylindrical-coordinate representation of color #BBCF13: hue angle of 66.38º degrees, saturation: 0.83, 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 #BBCF13 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 19 -
CMYK 0.10 0 0.91 0.19
HSL 66.38º 0.83% 0.44% -
HSV(B) 66.38º 0.91% 0.81% -
XYZ 42.92 55.24 9.02 -
YUV 179.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 187 207 19 0.10 0 0.91 0.19 66.38 0.83 0.44
Hex BB CF 13 A 0 5B 13 42 53 2C
Octal 273 317 23 12 0 133 23 102 123 54
Binary 10111011 11001111 10011 1010 0 1011011 10011 1000010 1010011 101100

Color Harmonies of #BBCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF13

Black with #BBCF13

Text Example


Text Example

White with #BBCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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