Html Css Color HEX #B0CE4B Celery

📋 copy color: '#B0CE4B'

red 176 ◦ green 206 ◦ blue 75

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

Shades of Celery #B0CE4B

Tints of Celery #B0CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

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

R = 38.51%
G = 45.08%
B = 16.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#B0CE4B (or 0xB0CE4B) is known color: Celery. HEX triplet: B0, CE and 4B. RGB value is (176,206,75). Sum of RGB (Red+Green+Blue) = 176+206+75=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE4B is #4F31B4. Grayscale: #B6B6B6. Windows color (decimal): -5190069 or 4968112. OLE color: 4968112.

HSL color Cylindrical-coordinate representation of color #B0CE4B: hue angle of 73.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0CE4B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 75 -
CMYK 0.15 0 0.64 0.19
HSL 73.74º 0.57% 0.55% -
HSV(B) 73.74º 0.64% 0.81% -
XYZ 41.25 53.88 14.88 -
YUV 182.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 176 206 75 0.15 0 0.64 0.19 73.74 0.57 0.55
Hex B0 CE 4B F 0 40 13 4A 39 37
Octal 260 316 113 17 0 100 23 112 71 67
Binary 10110000 11001110 1001011 1111 0 1000000 10011 1001010 111001 110111

Color Harmonies of #B0CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE4B

Black with #B0CE4B

Text Example


Text Example

White with #B0CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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