Html Css Color HEX #B2C31B Rio Grande

📋 copy color: '#B2C31B'

red 178 ◦ green 195 ◦ blue 27

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

Shades of Rio Grande #B2C31B

Tints of Rio Grande #B2C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

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

R = 44.5%
G = 48.75%
B = 6.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#B2C31B (or 0xB2C31B) is known color: Rio Grande. HEX triplet: B2, C3 and 1B. RGB value is (178,195,27). Sum of RGB (Red+Green+Blue) = 178+195+27=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C31B is #4D3CE4. Grayscale: #ABABAB. Windows color (decimal): -5061861 or 1819570. OLE color: 1819570.

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

Color convert

RGB 178 195 27 -
CMYK 0.09 0 0.86 0.24
HSL 66.07º 0.76% 0.44% -
HSV(B) 66.07º 0.86% 0.76% -
XYZ 38.07 48.57 8.41 -
YUV 170.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 178 195 27 0.09 0 0.86 0.24 66.07 0.76 0.44
Hex B2 C3 1B 9 0 56 18 42 4C 2C
Octal 262 303 33 11 0 126 30 102 114 54
Binary 10110010 11000011 11011 1001 0 1010110 11000 1000010 1001100 101100

Color Harmonies of #B2C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C31B

Black with #B2C31B

Text Example


Text Example

White with #B2C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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