Html Css Color HEX #BBD618 Rio Grande

📋 copy color: '#BBD618'

red 187 ◦ green 214 ◦ blue 24

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

Shades of Rio Grande #BBD618

Tints of Rio Grande #BBD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.35%

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

R = 44%
G = 50.35%
B = 5.65%

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

#BBD618 (or 0xBBD618) is known color: Rio Grande. HEX triplet: BB, D6 and 18. RGB value is (187,214,24). Sum of RGB (Red+Green+Blue) = 187+214+24=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD618 is #4429E7. Grayscale: #B8B8B8. Windows color (decimal): -4467176 or 1627835. OLE color: 1627835.

HSL color Cylindrical-coordinate representation of color #BBD618: hue angle of 68.53º 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 #BBD618 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 24 -
CMYK 0.13 0 0.89 0.16
HSL 68.53º 0.8% 0.47% -
HSV(B) 68.53º 0.89% 0.84% -
XYZ 44.7 58.72 9.84 -
YUV 184.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 187 214 24 0.13 0 0.89 0.16 68.53 0.8 0.47
Hex BB D6 18 D 0 59 10 45 50 2F
Octal 273 326 30 15 0 131 20 105 120 57
Binary 10111011 11010110 11000 1101 0 1011001 10000 1000101 1010000 101111

Color Harmonies of #BBD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD618

Black with #BBD618

Text Example


Text Example

White with #BBD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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