Html Css Color HEX #B0CE3D Celery

📋 copy color: '#B0CE3D'

red 176 ◦ green 206 ◦ blue 61

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

Shades of Celery #B0CE3D

Tints of Celery #B0CE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 39.73%
G = 46.5%
B = 13.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#B0CE3D (or 0xB0CE3D) is known color: Celery. HEX triplet: B0, CE and 3D. RGB value is (176,206,61). Sum of RGB (Red+Green+Blue) = 176+206+61=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE3D is #4F31C2. Grayscale: #B5B5B5. Windows color (decimal): -5190083 or 4050608. OLE color: 4050608.

HSL color Cylindrical-coordinate representation of color #B0CE3D: hue angle of 72.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0CE3D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 61 -
CMYK 0.15 0 0.70 0.19
HSL 72.41º 0.6% 0.52% -
HSV(B) 72.41º 0.7% 0.81% -
XYZ 40.82 53.71 12.63 -
YUV 180.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 176 206 61 0.15 0 0.70 0.19 72.41 0.6 0.52
Hex B0 CE 3D F 0 46 13 48 3C 34
Octal 260 316 75 17 0 106 23 110 74 64
Binary 10110000 11001110 111101 1111 0 1000110 10011 1001000 111100 110100

Color Harmonies of #B0CE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE3D

Black with #B0CE3D

Text Example


Text Example

White with #B0CE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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