Html Css Color HEX #BBC718 Rio Grande

📋 copy color: '#BBC718'

red 187 ◦ green 199 ◦ blue 24

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

Shades of Rio Grande #BBC718

Tints of Rio Grande #BBC718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

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

R = 45.61%
G = 48.54%
B = 5.85%

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

#BBC718 (or 0xBBC718) is known color: Rio Grande. HEX triplet: BB, C7 and 18. RGB value is (187,199,24). Sum of RGB (Red+Green+Blue) = 187+199+24=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC718 is #4438E7. Grayscale: #B0B0B0. Windows color (decimal): -4471016 or 1623995. OLE color: 1623995.

HSL color Cylindrical-coordinate representation of color #BBC718: hue angle of 64.11º 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 #BBC718 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 24 -
CMYK 0.06 0 0.88 0.22
HSL 64.11º 0.78% 0.44% -
HSV(B) 64.11º 0.88% 0.78% -
XYZ 41.08 51.48 8.64 -
YUV 175.46 42.52 136.23 -
System Red Green Blue C M Y K H S L
Decimal 187 199 24 0.06 0 0.88 0.22 64.11 0.78 0.44
Hex BB C7 18 6 0 58 16 40 4E 2C
Octal 273 307 30 6 0 130 26 100 116 54
Binary 10111011 11000111 11000 110 0 1011000 10110 1000000 1001110 101100

Color Harmonies of #BBC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC718

Black with #BBC718

Text Example


Text Example

White with #BBC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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