Html Css Color HEX #BBCF17 Rio Grande

📋 copy color: '#BBCF17'

red 187 ◦ green 207 ◦ blue 23

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

Shades of Rio Grande #BBCF17

Tints of Rio Grande #BBCF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 44.84%
G = 49.64%
B = 5.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#BBCF17 (or 0xBBCF17) is known color: Rio Grande. HEX triplet: BB, CF and 17. RGB value is (187,207,23). Sum of RGB (Red+Green+Blue) = 187+207+23=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF17 is #4430E8. Grayscale: #B4B4B4. Windows color (decimal): -4468969 or 1560507. OLE color: 1560507.

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

Color convert

RGB 187 207 23 -
CMYK 0.10 0 0.89 0.19
HSL 66.52º 0.8% 0.45% -
HSV(B) 66.52º 0.89% 0.81% -
XYZ 42.96 55.25 9.21 -
YUV 180.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 187 207 23 0.10 0 0.89 0.19 66.52 0.8 0.45
Hex BB CF 17 A 0 59 13 43 50 2D
Octal 273 317 27 12 0 131 23 103 120 55
Binary 10111011 11001111 10111 1010 0 1011001 10011 1000011 1010000 101101

Color Harmonies of #BBCF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF17

Black with #BBCF17

Text Example


Text Example

White with #BBCF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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