Html Css Color HEX #BBD20D Rio Grande

📋 copy color: '#BBD20D'

red 187 ◦ green 210 ◦ blue 13

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

Shades of Rio Grande #BBD20D

Tints of Rio Grande #BBD20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.22%

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 45.61%
G = 51.22%
B = 3.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#BBD20D (or 0xBBD20D) is known color: Rio Grande. HEX triplet: BB, D2 and 0D. RGB value is (187,210,13). Sum of RGB (Red+Green+Blue) = 187+210+13=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD20D is #442DF2. Grayscale: #B5B5B5. Windows color (decimal): -4468211 or 905915. OLE color: 905915.

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

Color convert

RGB 187 210 13 -
CMYK 0.11 0 0.94 0.18
HSL 67.01º 0.88% 0.44% -
HSV(B) 67.01º 0.94% 0.82% -
XYZ 43.61 56.69 9.02 -
YUV 180.67 33.38 132.52 -
System Red Green Blue C M Y K H S L
Decimal 187 210 13 0.11 0 0.94 0.18 67.01 0.88 0.44
Hex BB D2 D B 0 5E 12 43 58 2C
Octal 273 322 15 13 0 136 22 103 130 54
Binary 10111011 11010010 1101 1011 0 1011110 10010 1000011 1011000 101100

Color Harmonies of #BBD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD20D

Black with #BBD20D

Text Example


Text Example

White with #BBD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD20D; }

 p { color: rgb(187,210,13); }

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

background-color css

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

 a { background-color: rgb(187,210,13); }

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

border-color css

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

 span { border-color: rgb(187,210,13); }

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