Html Css Color HEX #B2C13D Celery

📋 copy color: '#B2C13D'

red 178 ◦ green 193 ◦ blue 61

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

Shades of Celery #B2C13D

Tints of Celery #B2C13D

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

 GREEN value IS 193 (75.78% from 255) = 44.68%

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

R = 41.2%
G = 44.68%
B = 14.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#B2C13D (or 0xB2C13D) is known color: Celery. HEX triplet: B2, C1 and 3D. RGB value is (178,193,61). Sum of RGB (Red+Green+Blue) = 178+193+61=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C13D is #4D3EC2. Grayscale: #ADADAD. Windows color (decimal): -5062339 or 4047282. OLE color: 4047282.

HSL color Cylindrical-coordinate representation of color #B2C13D: hue angle of 66.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C13D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 61 -
CMYK 0.08 0 0.68 0.24
HSL 66.82º 0.52% 0.5% -
HSV(B) 66.82º 0.68% 0.76% -
XYZ 38.27 47.94 11.65 -
YUV 173.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 178 193 61 0.08 0 0.68 0.24 66.82 0.52 0.5
Hex B2 C1 3D 8 0 44 18 43 34 32
Octal 262 301 75 10 0 104 30 103 64 62
Binary 10110010 11000001 111101 1000 0 1000100 11000 1000011 110100 110010

Color Harmonies of #B2C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C13D

Black with #B2C13D

Text Example


Text Example

White with #B2C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C13D; }

 p { color: rgb(178,193,61); }

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

background-color css

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

 a { background-color: rgb(178,193,61); }

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

border-color css

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

 span { border-color: rgb(178,193,61); }

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