Html Css Color HEX #B4C52F Rio Grande

📋 copy color: '#B4C52F'

red 180 ◦ green 197 ◦ blue 47

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

Shades of Rio Grande #B4C52F

Tints of Rio Grande #B4C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 42.45%
G = 46.46%
B = 11.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#B4C52F (or 0xB4C52F) is known color: Rio Grande. HEX triplet: B4, C5 and 2F. RGB value is (180,197,47). Sum of RGB (Red+Green+Blue) = 180+197+47=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C52F is #4B3AD0. Grayscale: #AFAFAF. Windows color (decimal): -4930257 or 3130804. OLE color: 3130804.

HSL color Cylindrical-coordinate representation of color #B4C52F: hue angle of 66.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4C52F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 47 -
CMYK 0.09 0 0.76 0.23
HSL 66.8º 0.61% 0.48% -
HSV(B) 66.8º 0.76% 0.77% -
XYZ 39.3 49.84 10.24 -
YUV 174.82 55.87 131.7 -
System Red Green Blue C M Y K H S L
Decimal 180 197 47 0.09 0 0.76 0.23 66.8 0.61 0.48
Hex B4 C5 2F 9 0 4C 17 43 3D 30
Octal 264 305 57 11 0 114 27 103 75 60
Binary 10110100 11000101 101111 1001 0 1001100 10111 1000011 111101 110000

Color Harmonies of #B4C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C52F

Black with #B4C52F

Text Example


Text Example

White with #B4C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C52F; }

 p { color: rgb(180,197,47); }

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

background-color css

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

 a { background-color: rgb(180,197,47); }

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

border-color css

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

 span { border-color: rgb(180,197,47); }

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