Html Css Color HEX #B2C03F Celery

📋 copy color: '#B2C03F'

red 178 ◦ green 192 ◦ blue 63

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

Shades of Celery #B2C03F

Tints of Celery #B2C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.34%

 BLUE value IS 63 (25% from 255) = 14.55%

R = 41.11%
G = 44.34%
B = 14.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#B2C03F (or 0xB2C03F) is known color: Celery. HEX triplet: B2, C0 and 3F. RGB value is (178,192,63). Sum of RGB (Red+Green+Blue) = 178+192+63=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C03F is #4D3FC0. Grayscale: #ADADAD. Windows color (decimal): -5062593 or 4178098. OLE color: 4178098.

HSL color Cylindrical-coordinate representation of color #B2C03F: hue angle of 66.51º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2C03F is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 63 -
CMYK 0.07 0 0.67 0.25
HSL 66.51º 0.51% 0.5% -
HSV(B) 66.51º 0.67% 0.75% -
XYZ 38.11 47.52 11.87 -
YUV 173.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 178 192 63 0.07 0 0.67 0.25 66.51 0.51 0.5
Hex B2 C0 3F 7 0 43 19 43 33 32
Octal 262 300 77 7 0 103 31 103 63 62
Binary 10110010 11000000 111111 111 0 1000011 11001 1000011 110011 110010

Color Harmonies of #B2C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C03F

Black with #B2C03F

Text Example


Text Example

White with #B2C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C03F; }

 p { color: rgb(178,192,63); }

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

background-color css

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

 a { background-color: rgb(178,192,63); }

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

border-color css

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

 span { border-color: rgb(178,192,63); }

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