Html Css Color HEX #B4C02D Rio Grande

📋 copy color: '#B4C02D'

red 180 ◦ green 192 ◦ blue 45

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

Shades of Rio Grande #B4C02D

Tints of Rio Grande #B4C02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.79%

R = 43.17%
G = 46.04%
B = 10.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#B4C02D (or 0xB4C02D) is known color: Rio Grande. HEX triplet: B4, C0 and 2D. RGB value is (180,192,45). Sum of RGB (Red+Green+Blue) = 180+192+45=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C02D is #4B3FD2. Grayscale: #ACACAC. Windows color (decimal): -4931539 or 2998452. OLE color: 2998452.

HSL color Cylindrical-coordinate representation of color #B4C02D: hue angle of 64.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4C02D is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 192 45 -
CMYK 0.06 0 0.77 0.25
HSL 64.9º 0.62% 0.46% -
HSV(B) 64.9º 0.77% 0.75% -
XYZ 38.15 47.59 9.66 -
YUV 171.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 180 192 45 0.06 0 0.77 0.25 64.9 0.62 0.46
Hex B4 C0 2D 6 0 4D 19 41 3E 2E
Octal 264 300 55 6 0 115 31 101 76 56
Binary 10110100 11000000 101101 110 0 1001101 11001 1000001 111110 101110

Color Harmonies of #B4C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C02D

Black with #B4C02D

Text Example


Text Example

White with #B4C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C02D; }

 p { color: rgb(180,192,45); }

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

background-color css

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

 a { background-color: rgb(180,192,45); }

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

border-color css

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

 span { border-color: rgb(180,192,45); }

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