Html Css Color HEX #B0CC4A Celery

📋 copy color: '#B0CC4A'

red 176 ◦ green 204 ◦ blue 74

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

Shades of Celery #B0CC4A

Tints of Celery #B0CC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 38.77%
G = 44.93%
B = 16.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#B0CC4A (or 0xB0CC4A) is known color: Celery. HEX triplet: B0, CC and 4A. RGB value is (176,204,74). Sum of RGB (Red+Green+Blue) = 176+204+74=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC4A is #4F33B5. Grayscale: #B5B5B5. Windows color (decimal): -5190582 or 4902064. OLE color: 4902064.

HSL color Cylindrical-coordinate representation of color #B0CC4A: hue angle of 72.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0CC4A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 74 -
CMYK 0.14 0 0.64 0.2
HSL 72.92º 0.56% 0.55% -
HSV(B) 72.92º 0.64% 0.8% -
XYZ 40.73 52.91 14.54 -
YUV 180.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 176 204 74 0.14 0 0.64 0.2 72.92 0.56 0.55
Hex B0 CC 4A E 0 40 14 49 38 37
Octal 260 314 112 16 0 100 24 111 70 67
Binary 10110000 11001100 1001010 1110 0 1000000 10100 1001001 111000 110111

Color Harmonies of #B0CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC4A

Black with #B0CC4A

Text Example


Text Example

White with #B0CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC4A; }

 p { color: rgb(176,204,74); }

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

background-color css

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

 a { background-color: rgb(176,204,74); }

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

border-color css

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

 span { border-color: rgb(176,204,74); }

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