Html Css Color HEX #B0C94B Celery

📋 copy color: '#B0C94B'

red 176 ◦ green 201 ◦ blue 75

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

Shades of Celery #B0C94B

Tints of Celery #B0C94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

 BLUE value IS 75 (29.69% from 255) = 16.59%

R = 38.94%
G = 44.47%
B = 16.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#B0C94B (or 0xB0C94B) is known color: Celery. HEX triplet: B0, C9 and 4B. RGB value is (176,201,75). Sum of RGB (Red+Green+Blue) = 176+201+75=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C94B is #4F36B4. Grayscale: #B3B3B3. Windows color (decimal): -5191349 or 4966832. OLE color: 4966832.

HSL color Cylindrical-coordinate representation of color #B0C94B: hue angle of 71.9º degrees, saturation: 0.54, 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 #B0C94B is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 75 -
CMYK 0.12 0 0.63 0.21
HSL 71.9º 0.54% 0.54% -
HSV(B) 71.9º 0.63% 0.79% -
XYZ 40.06 51.51 14.49 -
YUV 179.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 176 201 75 0.12 0 0.63 0.21 71.9 0.54 0.54
Hex B0 C9 4B C 0 3F 15 48 36 36
Octal 260 311 113 14 0 77 25 110 66 66
Binary 10110000 11001001 1001011 1100 0 111111 10101 1001000 110110 110110

Color Harmonies of #B0C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C94B

Black with #B0C94B

Text Example


Text Example

White with #B0C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C94B; }

 p { color: rgb(176,201,75); }

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

background-color css

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

 a { background-color: rgb(176,201,75); }

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

border-color css

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

 span { border-color: rgb(176,201,75); }

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