Html Css Color HEX #B0CC3C Celery

📋 copy color: '#B0CC3C'

red 176 ◦ green 204 ◦ blue 60

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

Shades of Celery #B0CC3C

Tints of Celery #B0CC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.64%

R = 40%
G = 46.36%
B = 13.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#B0CC3C (or 0xB0CC3C) is known color: Celery. HEX triplet: B0, CC and 3C. RGB value is (176,204,60). Sum of RGB (Red+Green+Blue) = 176+204+60=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC3C is #4F33C3. Grayscale: #B3B3B3. Windows color (decimal): -5190596 or 3984560. OLE color: 3984560.

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

Color convert

RGB 176 204 60 -
CMYK 0.14 0 0.71 0.2
HSL 71.67º 0.59% 0.52% -
HSV(B) 71.67º 0.71% 0.8% -
XYZ 40.31 52.74 12.33 -
YUV 179.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 176 204 60 0.14 0 0.71 0.2 71.67 0.59 0.52
Hex B0 CC 3C E 0 47 14 48 3B 34
Octal 260 314 74 16 0 107 24 110 73 64
Binary 10110000 11001100 111100 1110 0 1000111 10100 1001000 111011 110100

Color Harmonies of #B0CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC3C

Black with #B0CC3C

Text Example


Text Example

White with #B0CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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