Html Css Color HEX #BBC618 Rio Grande

📋 copy color: '#BBC618'

red 187 ◦ green 198 ◦ blue 24

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

Shades of Rio Grande #BBC618

Tints of Rio Grande #BBC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 45.72%
G = 48.41%
B = 5.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BBC618 (or 0xBBC618) is known color: Rio Grande. HEX triplet: BB, C6 and 18. RGB value is (187,198,24). Sum of RGB (Red+Green+Blue) = 187+198+24=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC618 is #4439E7. Grayscale: #AFAFAF. Windows color (decimal): -4471272 or 1623739. OLE color: 1623739.

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

Color convert

RGB 187 198 24 -
CMYK 0.06 0 0.88 0.22
HSL 63.79º 0.78% 0.44% -
HSV(B) 63.79º 0.88% 0.78% -
XYZ 40.85 51.02 8.56 -
YUV 174.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 187 198 24 0.06 0 0.88 0.22 63.79 0.78 0.44
Hex BB C6 18 6 0 58 16 40 4E 2C
Octal 273 306 30 6 0 130 26 100 116 54
Binary 10111011 11000110 11000 110 0 1011000 10110 1000000 1001110 101100

Color Harmonies of #BBC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC618

Black with #BBC618

Text Example


Text Example

White with #BBC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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