Html Css Color HEX #B2CF3D Celery

📋 copy color: '#B2CF3D'

red 178 ◦ green 207 ◦ blue 61

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

Shades of Celery #B2CF3D

Tints of Celery #B2CF3D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

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

R = 39.91%
G = 46.41%
B = 13.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#B2CF3D (or 0xB2CF3D) is known color: Celery. HEX triplet: B2, CF and 3D. RGB value is (178,207,61). Sum of RGB (Red+Green+Blue) = 178+207+61=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF3D is #4D30C2. Grayscale: #B6B6B6. Windows color (decimal): -5058755 or 4050866. OLE color: 4050866.

HSL color Cylindrical-coordinate representation of color #B2CF3D: hue angle of 71.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2CF3D is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 61 -
CMYK 0.14 0 0.71 0.19
HSL 71.92º 0.6% 0.53% -
HSV(B) 71.92º 0.71% 0.81% -
XYZ 41.52 54.43 12.73 -
YUV 181.69 59.89 125.37 -
System Red Green Blue C M Y K H S L
Decimal 178 207 61 0.14 0 0.71 0.19 71.92 0.6 0.53
Hex B2 CF 3D E 0 47 13 48 3C 35
Octal 262 317 75 16 0 107 23 110 74 65
Binary 10110010 11001111 111101 1110 0 1000111 10011 1001000 111100 110101

Color Harmonies of #B2CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF3D

Black with #B2CF3D

Text Example


Text Example

White with #B2CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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