Html Css Color HEX #B0CA4A Celery

📋 copy color: '#B0CA4A'

red 176 ◦ green 202 ◦ blue 74

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

Shades of Celery #B0CA4A

Tints of Celery #B0CA4A

RGB

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

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

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

R = 38.94%
G = 44.69%
B = 16.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#B0CA4A (or 0xB0CA4A) is known color: Celery. HEX triplet: B0, CA and 4A. RGB value is (176,202,74). Sum of RGB (Red+Green+Blue) = 176+202+74=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA4A is #4F35B5. Grayscale: #B4B4B4. Windows color (decimal): -5191094 or 4901552. OLE color: 4901552.

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

Color convert

RGB 176 202 74 -
CMYK 0.13 0 0.63 0.21
HSL 72.19º 0.55% 0.54% -
HSV(B) 72.19º 0.63% 0.79% -
XYZ 40.26 51.97 14.39 -
YUV 179.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 176 202 74 0.13 0 0.63 0.21 72.19 0.55 0.54
Hex B0 CA 4A D 0 3F 15 48 37 36
Octal 260 312 112 15 0 77 25 110 67 66
Binary 10110000 11001010 1001010 1101 0 111111 10101 1001000 110111 110110

Color Harmonies of #B0CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA4A

Black with #B0CA4A

Text Example


Text Example

White with #B0CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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