Html Css Color HEX #B2C01E Rio Grande

📋 copy color: '#B2C01E'

red 178 ◦ green 192 ◦ blue 30

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

Shades of Rio Grande #B2C01E

Tints of Rio Grande #B2C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48%

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

R = 44.5%
G = 48%
B = 7.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B2C01E (or 0xB2C01E) is known color: Rio Grande. HEX triplet: B2, C0 and 1E. RGB value is (178,192,30). Sum of RGB (Red+Green+Blue) = 178+192+30=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C01E is #4D3FE1. Grayscale: #A9A9A9. Windows color (decimal): -5062626 or 2015410. OLE color: 2015410.

HSL color Cylindrical-coordinate representation of color #B2C01E: hue angle of 65.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2C01E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 30 -
CMYK 0.07 0 0.84 0.25
HSL 65.19º 0.73% 0.44% -
HSV(B) 65.19º 0.84% 0.75% -
XYZ 37.44 47.26 8.38 -
YUV 169.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 178 192 30 0.07 0 0.84 0.25 65.19 0.73 0.44
Hex B2 C0 1E 7 0 54 19 41 49 2C
Octal 262 300 36 7 0 124 31 101 111 54
Binary 10110010 11000000 11110 111 0 1010100 11001 1000001 1001001 101100

Color Harmonies of #B2C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C01E

Black with #B2C01E

Text Example


Text Example

White with #B2C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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