Html Css Color HEX #BBD718 Rio Grande

📋 copy color: '#BBD718'

red 187 ◦ green 215 ◦ blue 24

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

Shades of Rio Grande #BBD718

Tints of Rio Grande #BBD718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.47%

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

R = 43.9%
G = 50.47%
B = 5.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#BBD718 (or 0xBBD718) is known color: Rio Grande. HEX triplet: BB, D7 and 18. RGB value is (187,215,24). Sum of RGB (Red+Green+Blue) = 187+215+24=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD718 is #4428E7. Grayscale: #B9B9B9. Windows color (decimal): -4466920 or 1628091. OLE color: 1628091.

HSL color Cylindrical-coordinate representation of color #BBD718: hue angle of 68.8º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD718 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 24 -
CMYK 0.13 0 0.89 0.16
HSL 68.8º 0.8% 0.47% -
HSV(B) 68.8º 0.89% 0.84% -
XYZ 44.96 59.23 9.93 -
YUV 184.85 37.22 129.53 -
System Red Green Blue C M Y K H S L
Decimal 187 215 24 0.13 0 0.89 0.16 68.8 0.8 0.47
Hex BB D7 18 D 0 59 10 45 50 2F
Octal 273 327 30 15 0 131 20 105 120 57
Binary 10111011 11010111 11000 1101 0 1011001 10000 1000101 1010000 101111

Color Harmonies of #BBD718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD718

Black with #BBD718

Text Example


Text Example

White with #BBD718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD718; }

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

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

background-color css

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

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

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

border-color css

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

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

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