Html Css Color HEX #B2C41B Rio Grande

📋 copy color: '#B2C41B'

red 178 ◦ green 196 ◦ blue 27

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

Shades of Rio Grande #B2C41B

Tints of Rio Grande #B2C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.88%

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

R = 44.39%
G = 48.88%
B = 6.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#B2C41B (or 0xB2C41B) is known color: Rio Grande. HEX triplet: B2, C4 and 1B. RGB value is (178,196,27). Sum of RGB (Red+Green+Blue) = 178+196+27=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C41B is #4D3BE4. Grayscale: #ACACAC. Windows color (decimal): -5061605 or 1819826. OLE color: 1819826.

HSL color Cylindrical-coordinate representation of color #B2C41B: hue angle of 66.39º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2C41B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 27 -
CMYK 0.09 0 0.86 0.23
HSL 66.39º 0.76% 0.44% -
HSV(B) 66.39º 0.86% 0.77% -
XYZ 38.3 49.02 8.48 -
YUV 171.35 46.54 132.74 -
System Red Green Blue C M Y K H S L
Decimal 178 196 27 0.09 0 0.86 0.23 66.39 0.76 0.44
Hex B2 C4 1B 9 0 56 17 42 4C 2C
Octal 262 304 33 11 0 126 27 102 114 54
Binary 10110010 11000100 11011 1001 0 1010110 10111 1000010 1001100 101100

Color Harmonies of #B2C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C41B

Black with #B2C41B

Text Example


Text Example

White with #B2C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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