Html Css Color HEX #BBC918 Rio Grande

📋 copy color: '#BBC918'

red 187 ◦ green 201 ◦ blue 24

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

Shades of Rio Grande #BBC918

Tints of Rio Grande #BBC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.79%

 BLUE value IS 24 (9.77% from 255) = 5.83%

R = 45.39%
G = 48.79%
B = 5.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#BBC918 (or 0xBBC918) is known color: Rio Grande. HEX triplet: BB, C9 and 18. RGB value is (187,201,24). Sum of RGB (Red+Green+Blue) = 187+201+24=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC918 is #4436E7. Grayscale: #B1B1B1. Windows color (decimal): -4470504 or 1624507. OLE color: 1624507.

HSL color Cylindrical-coordinate representation of color #BBC918: hue angle of 64.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC918 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 24 -
CMYK 0.07 0 0.88 0.21
HSL 64.75º 0.79% 0.44% -
HSV(B) 64.75º 0.88% 0.79% -
XYZ 41.55 52.4 8.79 -
YUV 176.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 187 201 24 0.07 0 0.88 0.21 64.75 0.79 0.44
Hex BB C9 18 7 0 58 15 41 4F 2C
Octal 273 311 30 7 0 130 25 101 117 54
Binary 10111011 11001001 11000 111 0 1011000 10101 1000001 1001111 101100

Color Harmonies of #BBC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC918

Black with #BBC918

Text Example


Text Example

White with #BBC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC918; }

 p { color: rgb(187,201,24); }

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

background-color css

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

 a { background-color: rgb(187,201,24); }

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

border-color css

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

 span { border-color: rgb(187,201,24); }

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