Html Css Color HEX #B2D009 Rio Grande

📋 copy color: '#B2D009'

red 178 ◦ green 208 ◦ blue 9

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

Shades of Rio Grande #B2D009

Tints of Rio Grande #B2D009

RGB

 RED value IS 178 (69.92% from 255) = 45.06%

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

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 45.06%
G = 52.66%
B = 2.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#B2D009 (or 0xB2D009) is known color: Rio Grande. HEX triplet: B2, D0 and 09. RGB value is (178,208,9). Sum of RGB (Red+Green+Blue) = 178+208+9=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D009 is #4D2FF6. Grayscale: #B1B1B1. Windows color (decimal): -5058551 or 643250. OLE color: 643250.

HSL color Cylindrical-coordinate representation of color #B2D009: hue angle of 69.05º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2D009 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 9 -
CMYK 0.14 0 0.96 0.18
HSL 69.05º 0.92% 0.43% -
HSV(B) 69.05º 0.96% 0.82% -
XYZ 40.97 54.6 8.64 -
YUV 176.34 33.56 129.18 -
System Red Green Blue C M Y K H S L
Decimal 178 208 9 0.14 0 0.96 0.18 69.05 0.92 0.43
Hex B2 D0 9 E 0 60 12 45 5C 2B
Octal 262 320 11 16 0 140 22 105 134 53
Binary 10110010 11010000 1001 1110 0 1100000 10010 1000101 1011100 101011

Color Harmonies of #B2D009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D009

Black with #B2D009

Text Example


Text Example

White with #B2D009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D009; }

 p { color: rgb(178,208,9); }

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

background-color css

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

 a { background-color: rgb(178,208,9); }

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

border-color css

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

 span { border-color: rgb(178,208,9); }

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