Html Css Color HEX #B5C01E Rio Grande

📋 copy color: '#B5C01E'

red 181 ◦ green 192 ◦ blue 30

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

Shades of Rio Grande #B5C01E

Tints of Rio Grande #B5C01E

RGB

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

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

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

R = 44.91%
G = 47.64%
B = 7.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B5C01E (or 0xB5C01E) is known color: Rio Grande. HEX triplet: B5, C0 and 1E. RGB value is (181,192,30). Sum of RGB (Red+Green+Blue) = 181+192+30=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C01E is #4A3FE1. Grayscale: #AAAAAA. Windows color (decimal): -4866018 or 2015413. OLE color: 2015413.

HSL color Cylindrical-coordinate representation of color #B5C01E: hue angle of 64.07º 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 #B5C01E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 30 -
CMYK 0.06 0 0.84 0.25
HSL 64.07º 0.73% 0.44% -
HSV(B) 64.07º 0.84% 0.75% -
XYZ 38.14 47.62 8.41 -
YUV 170.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 181 192 30 0.06 0 0.84 0.25 64.07 0.73 0.44
Hex B5 C0 1E 6 0 54 19 40 49 2C
Octal 265 300 36 6 0 124 31 100 111 54
Binary 10110101 11000000 11110 110 0 1010100 11001 1000000 1001001 101100

Color Harmonies of #B5C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C01E

Black with #B5C01E

Text Example


Text Example

White with #B5C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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