Html Css Color HEX #B0CA3E Celery

📋 copy color: '#B0CA3E'

red 176 ◦ green 202 ◦ blue 62

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

Shades of Celery #B0CA3E

Tints of Celery #B0CA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.09%

R = 40%
G = 45.91%
B = 14.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#B0CA3E (or 0xB0CA3E) is known color: Celery. HEX triplet: B0, CA and 3E. RGB value is (176,202,62). Sum of RGB (Red+Green+Blue) = 176+202+62=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA3E is #4F35C1. Grayscale: #B2B2B2. Windows color (decimal): -5191106 or 4115120. OLE color: 4115120.

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

Color convert

RGB 176 202 62 -
CMYK 0.13 0 0.69 0.21
HSL 71.14º 0.57% 0.52% -
HSV(B) 71.14º 0.69% 0.79% -
XYZ 39.89 51.82 12.46 -
YUV 178.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 176 202 62 0.13 0 0.69 0.21 71.14 0.57 0.52
Hex B0 CA 3E D 0 45 15 47 39 34
Octal 260 312 76 15 0 105 25 107 71 64
Binary 10110000 11001010 111110 1101 0 1000101 10101 1000111 111001 110100

Color Harmonies of #B0CA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA3E

Black with #B0CA3E

Text Example


Text Example

White with #B0CA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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