Html Css Color HEX #B0CA45 Celery

📋 copy color: '#B0CA45'

red 176 ◦ green 202 ◦ blue 69

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

Shades of Celery #B0CA45

Tints of Celery #B0CA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.44%

R = 39.37%
G = 45.19%
B = 15.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#B0CA45 (or 0xB0CA45) is known color: Celery. HEX triplet: B0, CA and 45. RGB value is (176,202,69). Sum of RGB (Red+Green+Blue) = 176+202+69=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA45 is #4F35BA. Grayscale: #B3B3B3. Windows color (decimal): -5191099 or 4573872. OLE color: 4573872.

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

Color convert

RGB 176 202 69 -
CMYK 0.13 0 0.66 0.21
HSL 71.73º 0.56% 0.53% -
HSV(B) 71.73º 0.66% 0.79% -
XYZ 40.1 51.9 13.53 -
YUV 179.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 176 202 69 0.13 0 0.66 0.21 71.73 0.56 0.53
Hex B0 CA 45 D 0 42 15 48 38 35
Octal 260 312 105 15 0 102 25 110 70 65
Binary 10110000 11001010 1000101 1101 0 1000010 10101 1001000 111000 110101

Color Harmonies of #B0CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA45

Black with #B0CA45

Text Example


Text Example

White with #B0CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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