Html Css Color HEX #B0CA4E Celery

📋 copy color: '#B0CA4E'

red 176 ◦ green 202 ◦ blue 78

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

Shades of Celery #B0CA4E

Tints of Celery #B0CA4E

RGB

 RED value IS 176 (69.14% from 255) = 38.6%

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

 BLUE value IS 78 (30.86% from 255) = 17.11%

R = 38.6%
G = 44.3%
B = 17.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#B0CA4E (or 0xB0CA4E) is known color: Celery. HEX triplet: B0, CA and 4E. RGB value is (176,202,78). Sum of RGB (Red+Green+Blue) = 176+202+78=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA4E is #4F35B1. Grayscale: #B4B4B4. Windows color (decimal): -5191090 or 5163696. OLE color: 5163696.

HSL color Cylindrical-coordinate representation of color #B0CA4E: hue angle of 72.58º 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 #B0CA4E is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 78 -
CMYK 0.13 0 0.61 0.21
HSL 72.58º 0.54% 0.55% -
HSV(B) 72.58º 0.61% 0.79% -
XYZ 40.4 52.02 15.12 -
YUV 180.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 176 202 78 0.13 0 0.61 0.21 72.58 0.54 0.55
Hex B0 CA 4E D 0 3D 15 49 36 37
Octal 260 312 116 15 0 75 25 111 66 67
Binary 10110000 11001010 1001110 1101 0 111101 10101 1001001 110110 110111

Color Harmonies of #B0CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA4E

Black with #B0CA4E

Text Example


Text Example

White with #B0CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA4E; }

 p { color: rgb(176,202,78); }

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

background-color css

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

 a { background-color: rgb(176,202,78); }

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

border-color css

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

 span { border-color: rgb(176,202,78); }

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