Html Css Color HEX #B4C414 Rio Grande

📋 copy color: '#B4C414'

red 180 ◦ green 196 ◦ blue 20

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

Shades of Rio Grande #B4C414

Tints of Rio Grande #B4C414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 45.45%
G = 49.49%
B = 5.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#B4C414 (or 0xB4C414) is known color: Rio Grande. HEX triplet: B4, C4 and 14. RGB value is (180,196,20). Sum of RGB (Red+Green+Blue) = 180+196+20=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C414 is #4B3BEB. Grayscale: #ABABAB. Windows color (decimal): -4930540 or 1361076. OLE color: 1361076.

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

Color convert

RGB 180 196 20 -
CMYK 0.08 0 0.90 0.23
HSL 65.45º 0.81% 0.42% -
HSV(B) 65.45º 0.9% 0.77% -
XYZ 38.69 49.23 8.13 -
YUV 171.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 180 196 20 0.08 0 0.90 0.23 65.45 0.81 0.42
Hex B4 C4 14 8 0 5A 17 41 51 2A
Octal 264 304 24 10 0 132 27 101 121 52
Binary 10110100 11000100 10100 1000 0 1011010 10111 1000001 1010001 101010

Color Harmonies of #B4C414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C414

Black with #B4C414

Text Example


Text Example

White with #B4C414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C414; }

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

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

background-color css

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

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

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

border-color css

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

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

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