Html Css Color HEX #B4C41A Rio Grande

📋 copy color: '#B4C41A'

red 180 ◦ green 196 ◦ blue 26

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

Shades of Rio Grande #B4C41A

Tints of Rio Grande #B4C41A

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 44.78%
G = 48.76%
B = 6.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#B4C41A (or 0xB4C41A) is known color: Rio Grande. HEX triplet: B4, C4 and 1A. RGB value is (180,196,26). Sum of RGB (Red+Green+Blue) = 180+196+26=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C41A is #4B3BE5. Grayscale: #ACACAC. Windows color (decimal): -4930534 or 1754292. OLE color: 1754292.

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

Color convert

RGB 180 196 26 -
CMYK 0.08 0 0.87 0.23
HSL 65.65º 0.77% 0.44% -
HSV(B) 65.65º 0.87% 0.77% -
XYZ 38.75 49.26 8.44 -
YUV 171.84 45.7 133.82 -
System Red Green Blue C M Y K H S L
Decimal 180 196 26 0.08 0 0.87 0.23 65.65 0.77 0.44
Hex B4 C4 1A 8 0 57 17 42 4D 2C
Octal 264 304 32 10 0 127 27 102 115 54
Binary 10110100 11000100 11010 1000 0 1010111 10111 1000010 1001101 101100

Color Harmonies of #B4C41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C41A

Black with #B4C41A

Text Example


Text Example

White with #B4C41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C41A; }

 p { color: rgb(180,196,26); }

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

background-color css

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

 a { background-color: rgb(180,196,26); }

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

border-color css

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

 span { border-color: rgb(180,196,26); }

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