Html Css Color HEX #B2C21B Rio Grande

📋 copy color: '#B2C21B'

red 178 ◦ green 194 ◦ blue 27

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

Shades of Rio Grande #B2C21B

Tints of Rio Grande #B2C21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.77%

R = 44.61%
G = 48.62%
B = 6.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#B2C21B (or 0xB2C21B) is known color: Rio Grande. HEX triplet: B2, C2 and 1B. RGB value is (178,194,27). Sum of RGB (Red+Green+Blue) = 178+194+27=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C21B is #4D3DE4. Grayscale: #AAAAAA. Windows color (decimal): -5062117 or 1819314. OLE color: 1819314.

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

Color convert

RGB 178 194 27 -
CMYK 0.08 0 0.86 0.24
HSL 65.75º 0.76% 0.43% -
HSV(B) 65.75º 0.86% 0.76% -
XYZ 37.85 48.13 8.33 -
YUV 170.18 47.2 133.58 -
System Red Green Blue C M Y K H S L
Decimal 178 194 27 0.08 0 0.86 0.24 65.75 0.76 0.43
Hex B2 C2 1B 8 0 56 18 42 4C 2B
Octal 262 302 33 10 0 126 30 102 114 53
Binary 10110010 11000010 11011 1000 0 1010110 11000 1000010 1001100 101011

Color Harmonies of #B2C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C21B

Black with #B2C21B

Text Example


Text Example

White with #B2C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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