Html Css Color HEX #B4CA4F Celery

📋 copy color: '#B4CA4F'

red 180 ◦ green 202 ◦ blue 79

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

Shades of Celery #B4CA4F

Tints of Celery #B4CA4F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 39.05%
G = 43.82%
B = 17.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#B4CA4F (or 0xB4CA4F) is known color: Celery. HEX triplet: B4, CA and 4F. RGB value is (180,202,79). Sum of RGB (Red+Green+Blue) = 180+202+79=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA4F is #4B35B0. Grayscale: #B5B5B5. Windows color (decimal): -4928945 or 5229236. OLE color: 5229236.

HSL color Cylindrical-coordinate representation of color #B4CA4F: hue angle of 70.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4CA4F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 79 -
CMYK 0.11 0 0.61 0.21
HSL 70.73º 0.54% 0.55% -
HSV(B) 70.73º 0.61% 0.79% -
XYZ 41.35 52.51 15.35 -
YUV 181.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 180 202 79 0.11 0 0.61 0.21 70.73 0.54 0.55
Hex B4 CA 4F B 0 3D 15 47 36 37
Octal 264 312 117 13 0 75 25 107 66 67
Binary 10110100 11001010 1001111 1011 0 111101 10101 1000111 110110 110111

Color Harmonies of #B4CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA4F

Black with #B4CA4F

Text Example


Text Example

White with #B4CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA4F; }

 p { color: rgb(180,202,79); }

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

background-color css

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

 a { background-color: rgb(180,202,79); }

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

border-color css

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

 span { border-color: rgb(180,202,79); }

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