Html Css Color HEX #B2C21E Rio Grande

📋 copy color: '#B2C21E'

red 178 ◦ green 194 ◦ blue 30

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

Shades of Rio Grande #B2C21E

Tints of Rio Grande #B2C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 44.28%
G = 48.26%
B = 7.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B2C21E (or 0xB2C21E) is known color: Rio Grande. HEX triplet: B2, C2 and 1E. RGB value is (178,194,30). Sum of RGB (Red+Green+Blue) = 178+194+30=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C21E is #4D3DE1. Grayscale: #ABABAB. Windows color (decimal): -5062114 or 2015922. OLE color: 2015922.

HSL color Cylindrical-coordinate representation of color #B2C21E: hue angle of 65.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2C21E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 30 -
CMYK 0.08 0 0.85 0.24
HSL 65.85º 0.73% 0.44% -
HSV(B) 65.85º 0.85% 0.76% -
XYZ 37.89 48.14 8.52 -
YUV 170.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 178 194 30 0.08 0 0.85 0.24 65.85 0.73 0.44
Hex B2 C2 1E 8 0 55 18 42 49 2C
Octal 262 302 36 10 0 125 30 102 111 54
Binary 10110010 11000010 11110 1000 0 1010101 11000 1000010 1001001 101100

Color Harmonies of #B2C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C21E

Black with #B2C21E

Text Example


Text Example

White with #B2C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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