Html Css Color HEX #BACB3D Celery

📋 copy color: '#BACB3D'

red 186 ◦ green 203 ◦ blue 61

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

Shades of Celery #BACB3D

Tints of Celery #BACB3D

RGB

 RED value IS 186 (73.05% from 255) = 41.33%

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 41.33%
G = 45.11%
B = 13.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#BACB3D (or 0xBACB3D) is known color: Celery. HEX triplet: BA, CB and 3D. RGB value is (186,203,61). Sum of RGB (Red+Green+Blue) = 186+203+61=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB3D is #4534C2. Grayscale: #B6B6B6. Windows color (decimal): -4535491 or 4049850. OLE color: 4049850.

HSL color Cylindrical-coordinate representation of color #BACB3D: hue angle of 67.18º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BACB3D is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 61 -
CMYK 0.08 0 0.70 0.20
HSL 67.18º 0.58% 0.52% -
HSV(B) 67.18º 0.7% 0.8% -
XYZ 42.45 53.49 12.5 -
YUV 181.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 186 203 61 0.08 0 0.70 0.20 67.18 0.58 0.52
Hex BA CB 3D 8 0 46 14 43 3A 34
Octal 272 313 75 10 0 106 24 103 72 64
Binary 10111010 11001011 111101 1000 0 1000110 10100 1000011 111010 110100

Color Harmonies of #BACB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB3D

Black with #BACB3D

Text Example


Text Example

White with #BACB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB3D; }

 p { color: rgb(186,203,61); }

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

background-color css

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

 a { background-color: rgb(186,203,61); }

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

border-color css

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

 span { border-color: rgb(186,203,61); }

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