Html Css Color HEX #B5C41C Rio Grande

📋 copy color: '#B5C41C'

red 181 ◦ green 196 ◦ blue 28

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

Shades of Rio Grande #B5C41C

Tints of Rio Grande #B5C41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.4%

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 44.69%
G = 48.4%
B = 6.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#B5C41C (or 0xB5C41C) is known color: Rio Grande. HEX triplet: B5, C4 and 1C. RGB value is (181,196,28). Sum of RGB (Red+Green+Blue) = 181+196+28=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C41C is #4A3BE3. Grayscale: #ADADAD. Windows color (decimal): -4864996 or 1885365. OLE color: 1885365.

HSL color Cylindrical-coordinate representation of color #B5C41C: hue angle of 65.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5C41C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 28 -
CMYK 0.08 0 0.86 0.23
HSL 65.36º 0.75% 0.44% -
HSV(B) 65.36º 0.86% 0.77% -
XYZ 39.01 49.39 8.58 -
YUV 172.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 181 196 28 0.08 0 0.86 0.23 65.36 0.75 0.44
Hex B5 C4 1C 8 0 56 17 41 4B 2C
Octal 265 304 34 10 0 126 27 101 113 54
Binary 10110101 11000100 11100 1000 0 1010110 10111 1000001 1001011 101100

Color Harmonies of #B5C41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C41C

Black with #B5C41C

Text Example


Text Example

White with #B5C41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C41C; }

 p { color: rgb(181,196,28); }

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

background-color css

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

 a { background-color: rgb(181,196,28); }

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

border-color css

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

 span { border-color: rgb(181,196,28); }

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