Html Css Color HEX #B5C02E Rio Grande

📋 copy color: '#B5C02E'

red 181 ◦ green 192 ◦ blue 46

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

Shades of Rio Grande #B5C02E

Tints of Rio Grande #B5C02E

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

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

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 43.2%
G = 45.82%
B = 10.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#B5C02E (or 0xB5C02E) is known color: Rio Grande. HEX triplet: B5, C0 and 2E. RGB value is (181,192,46). Sum of RGB (Red+Green+Blue) = 181+192+46=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C02E is #4A3FD1. Grayscale: #ACACAC. Windows color (decimal): -4866002 or 3063989. OLE color: 3063989.

HSL color Cylindrical-coordinate representation of color #B5C02E: hue angle of 64.52º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5C02E is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 46 -
CMYK 0.06 0 0.76 0.25
HSL 64.52º 0.61% 0.47% -
HSV(B) 64.52º 0.76% 0.75% -
XYZ 38.4 47.72 9.77 -
YUV 172.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 181 192 46 0.06 0 0.76 0.25 64.52 0.61 0.47
Hex B5 C0 2E 6 0 4C 19 41 3D 2F
Octal 265 300 56 6 0 114 31 101 75 57
Binary 10110101 11000000 101110 110 0 1001100 11001 1000001 111101 101111

Color Harmonies of #B5C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C02E

Black with #B5C02E

Text Example


Text Example

White with #B5C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C02E; }

 p { color: rgb(181,192,46); }

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

background-color css

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

 a { background-color: rgb(181,192,46); }

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

border-color css

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

 span { border-color: rgb(181,192,46); }

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