Html Css Color HEX #B0CA44 Celery

📋 copy color: '#B0CA44'

red 176 ◦ green 202 ◦ blue 68

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

Shades of Celery #B0CA44

Tints of Celery #B0CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 39.46%
G = 45.29%
B = 15.25%

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

#B0CA44 (or 0xB0CA44) is known color: Celery. HEX triplet: B0, CA and 44. RGB value is (176,202,68). Sum of RGB (Red+Green+Blue) = 176+202+68=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA44 is #4F35BB. Grayscale: #B3B3B3. Windows color (decimal): -5191100 or 4508336. OLE color: 4508336.

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

Color convert

RGB 176 202 68 -
CMYK 0.13 0 0.66 0.21
HSL 71.64º 0.56% 0.53% -
HSV(B) 71.64º 0.66% 0.79% -
XYZ 40.07 51.89 13.37 -
YUV 178.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 176 202 68 0.13 0 0.66 0.21 71.64 0.56 0.53
Hex B0 CA 44 D 0 42 15 48 38 35
Octal 260 312 104 15 0 102 25 110 70 65
Binary 10110000 11001010 1000100 1101 0 1000010 10101 1001000 111000 110101

Color Harmonies of #B0CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA44

Black with #B0CA44

Text Example


Text Example

White with #B0CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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