Html Css Color HEX #B2D31E Rio Grande

📋 copy color: '#B2D31E'

red 178 ◦ green 211 ◦ blue 30

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

Shades of Rio Grande #B2D31E

Tints of Rio Grande #B2D31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.36%

 BLUE value IS 30 (12.11% from 255) = 7.16%

R = 42.48%
G = 50.36%
B = 7.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#B2D31E (or 0xB2D31E) is known color: Rio Grande. HEX triplet: B2, D3 and 1E. RGB value is (178,211,30). Sum of RGB (Red+Green+Blue) = 178+211+30=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D31E is #4D2CE1. Grayscale: #B5B5B5. Windows color (decimal): -5057762 or 2020274. OLE color: 2020274.

HSL color Cylindrical-coordinate representation of color #B2D31E: hue angle of 70.94º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2D31E is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 30 -
CMYK 0.16 0 0.86 0.17
HSL 70.94º 0.75% 0.47% -
HSV(B) 70.94º 0.86% 0.83% -
XYZ 41.89 56.15 9.86 -
YUV 180.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 178 211 30 0.16 0 0.86 0.17 70.94 0.75 0.47
Hex B2 D3 1E 10 0 56 11 47 4B 2F
Octal 262 323 36 20 0 126 21 107 113 57
Binary 10110010 11010011 11110 10000 0 1010110 10001 1000111 1001011 101111

Color Harmonies of #B2D31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D31E

Black with #B2D31E

Text Example


Text Example

White with #B2D31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D31E; }

 p { color: rgb(178,211,30); }

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

background-color css

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

 a { background-color: rgb(178,211,30); }

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

border-color css

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

 span { border-color: rgb(178,211,30); }

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