Html Css Color HEX #B4C92C Rio Grande

📋 copy color: '#B4C92C'

red 180 ◦ green 201 ◦ blue 44

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

Shades of Rio Grande #B4C92C

Tints of Rio Grande #B4C92C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.29%

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 42.35%
G = 47.29%
B = 10.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#B4C92C (or 0xB4C92C) is known color: Rio Grande. HEX triplet: B4, C9 and 2C. RGB value is (180,201,44). Sum of RGB (Red+Green+Blue) = 180+201+44=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C92C is #4B36D3. Grayscale: #B1B1B1. Windows color (decimal): -4929236 or 2935220. OLE color: 2935220.

HSL color Cylindrical-coordinate representation of color #B4C92C: hue angle of 68.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4C92C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 44 -
CMYK 0.10 0 0.78 0.21
HSL 68.03º 0.64% 0.48% -
HSV(B) 68.03º 0.78% 0.79% -
XYZ 40.16 51.66 10.24 -
YUV 176.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 180 201 44 0.10 0 0.78 0.21 68.03 0.64 0.48
Hex B4 C9 2C A 0 4E 15 44 40 30
Octal 264 311 54 12 0 116 25 104 100 60
Binary 10110100 11001001 101100 1010 0 1001110 10101 1000100 1000000 110000

Color Harmonies of #B4C92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C92C

Black with #B4C92C

Text Example


Text Example

White with #B4C92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C92C; }

 p { color: rgb(180,201,44); }

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

background-color css

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

 a { background-color: rgb(180,201,44); }

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

border-color css

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

 span { border-color: rgb(180,201,44); }

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