Html Css Color HEX #B4C42A Rio Grande

📋 copy color: '#B4C42A'

red 180 ◦ green 196 ◦ blue 42

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

Shades of Rio Grande #B4C42A

Tints of Rio Grande #B4C42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.05%

R = 43.06%
G = 46.89%
B = 10.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#B4C42A (or 0xB4C42A) is known color: Rio Grande. HEX triplet: B4, C4 and 2A. RGB value is (180,196,42). Sum of RGB (Red+Green+Blue) = 180+196+42=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C42A is #4B3BD5. Grayscale: #AEAEAE. Windows color (decimal): -4930518 or 2802868. OLE color: 2802868.

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

Color convert

RGB 180 196 42 -
CMYK 0.08 0 0.79 0.23
HSL 66.23º 0.65% 0.47% -
HSV(B) 66.23º 0.79% 0.77% -
XYZ 38.98 49.35 9.66 -
YUV 173.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 180 196 42 0.08 0 0.79 0.23 66.23 0.65 0.47
Hex B4 C4 2A 8 0 4F 17 42 41 2F
Octal 264 304 52 10 0 117 27 102 101 57
Binary 10110100 11000100 101010 1000 0 1001111 10111 1000010 1000001 101111

Color Harmonies of #B4C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C42A

Black with #B4C42A

Text Example


Text Example

White with #B4C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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