Html Css Color HEX #BBD018 Rio Grande

📋 copy color: '#BBD018'

red 187 ◦ green 208 ◦ blue 24

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

Shades of Rio Grande #BBD018

Tints of Rio Grande #BBD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.64%

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

R = 44.63%
G = 49.64%
B = 5.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BBD018 (or 0xBBD018) is known color: Rio Grande. HEX triplet: BB, D0 and 18. RGB value is (187,208,24). Sum of RGB (Red+Green+Blue) = 187+208+24=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD018 is #442FE7. Grayscale: #B5B5B5. Windows color (decimal): -4468712 or 1626299. OLE color: 1626299.

HSL color Cylindrical-coordinate representation of color #BBD018: hue angle of 66.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBD018 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 24 -
CMYK 0.10 0 0.88 0.18
HSL 66.85º 0.79% 0.45% -
HSV(B) 66.85º 0.88% 0.82% -
XYZ 43.21 55.74 9.35 -
YUV 180.75 39.54 132.46 -
System Red Green Blue C M Y K H S L
Decimal 187 208 24 0.10 0 0.88 0.18 66.85 0.79 0.45
Hex BB D0 18 A 0 58 12 43 4F 2D
Octal 273 320 30 12 0 130 22 103 117 55
Binary 10111011 11010000 11000 1010 0 1011000 10010 1000011 1001111 101101

Color Harmonies of #BBD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD018

Black with #BBD018

Text Example


Text Example

White with #BBD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD018; }

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

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

background-color css

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

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

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

border-color css

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

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

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