Html Css Color HEX #B2C11F Rio Grande

📋 copy color: '#B2C11F'

red 178 ◦ green 193 ◦ blue 31

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

Shades of Rio Grande #B2C11F

Tints of Rio Grande #B2C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 31 (12.5% from 255) = 7.71%

R = 44.28%
G = 48.01%
B = 7.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B2C11F (or 0xB2C11F) is known color: Rio Grande. HEX triplet: B2, C1 and 1F. RGB value is (178,193,31). Sum of RGB (Red+Green+Blue) = 178+193+31=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C11F is #4D3EE0. Grayscale: #AAAAAA. Windows color (decimal): -5062369 or 2081202. OLE color: 2081202.

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

Color convert

RGB 178 193 31 -
CMYK 0.08 0 0.84 0.24
HSL 65.56º 0.72% 0.44% -
HSV(B) 65.56º 0.84% 0.76% -
XYZ 37.68 47.7 8.52 -
YUV 170.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 178 193 31 0.08 0 0.84 0.24 65.56 0.72 0.44
Hex B2 C1 1F 8 0 54 18 42 48 2C
Octal 262 301 37 10 0 124 30 102 110 54
Binary 10110010 11000001 11111 1000 0 1010100 11000 1000010 1001000 101100

Color Harmonies of #B2C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C11F

Black with #B2C11F

Text Example


Text Example

White with #B2C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C11F; }

 p { color: rgb(178,193,31); }

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

background-color css

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

 a { background-color: rgb(178,193,31); }

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

border-color css

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

 span { border-color: rgb(178,193,31); }

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