Html Css Color HEX #B0CA40 Celery

📋 copy color: '#B0CA40'

red 176 ◦ green 202 ◦ blue 64

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

Shades of Celery #B0CA40

Tints of Celery #B0CA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 39.82%
G = 45.7%
B = 14.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#B0CA40 (or 0xB0CA40) is known color: Celery. HEX triplet: B0, CA and 40. RGB value is (176,202,64). Sum of RGB (Red+Green+Blue) = 176+202+64=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA40 is #4F35BF. Grayscale: #B3B3B3. Windows color (decimal): -5191104 or 4246192. OLE color: 4246192.

HSL color Cylindrical-coordinate representation of color #B0CA40: hue angle of 71.3º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0CA40 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 64 -
CMYK 0.13 0 0.68 0.21
HSL 71.3º 0.57% 0.52% -
HSV(B) 71.3º 0.68% 0.79% -
XYZ 39.95 51.84 12.75 -
YUV 178.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 176 202 64 0.13 0 0.68 0.21 71.3 0.57 0.52
Hex B0 CA 40 D 0 44 15 47 39 34
Octal 260 312 100 15 0 104 25 107 71 64
Binary 10110000 11001010 1000000 1101 0 1000100 10101 1000111 111001 110100

Color Harmonies of #B0CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA40

Black with #B0CA40

Text Example


Text Example

White with #B0CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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