Html Css Color HEX #B2D11D Rio Grande

📋 copy color: '#B2D11D'

red 178 ◦ green 209 ◦ blue 29

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

Shades of Rio Grande #B2D11D

Tints of Rio Grande #B2D11D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.24%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 42.79%
G = 50.24%
B = 6.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B2D11D (or 0xB2D11D) is known color: Rio Grande. HEX triplet: B2, D1 and 1D. RGB value is (178,209,29). Sum of RGB (Red+Green+Blue) = 178+209+29=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D11D is #4D2EE2. Grayscale: #B3B3B3. Windows color (decimal): -5058275 or 1954226. OLE color: 1954226.

HSL color Cylindrical-coordinate representation of color #B2D11D: hue angle of 70.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2D11D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 29 -
CMYK 0.15 0 0.86 0.18
HSL 70.33º 0.76% 0.47% -
HSV(B) 70.33º 0.86% 0.82% -
XYZ 41.38 55.15 9.63 -
YUV 179.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 178 209 29 0.15 0 0.86 0.18 70.33 0.76 0.47
Hex B2 D1 1D F 0 56 12 46 4C 2F
Octal 262 321 35 17 0 126 22 106 114 57
Binary 10110010 11010001 11101 1111 0 1010110 10010 1000110 1001100 101111

Color Harmonies of #B2D11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D11D

Black with #B2D11D

Text Example


Text Example

White with #B2D11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D11D; }

 p { color: rgb(178,209,29); }

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

background-color css

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

 a { background-color: rgb(178,209,29); }

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

border-color css

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

 span { border-color: rgb(178,209,29); }

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