Html Css Color HEX #BACD4B Celery

📋 copy color: '#BACD4B'

red 186 ◦ green 205 ◦ blue 75

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

Shades of Celery #BACD4B

Tints of Celery #BACD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 75 (29.69% from 255) = 16.09%

R = 39.91%
G = 43.99%
B = 16.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#BACD4B (or 0xBACD4B) is known color: Celery. HEX triplet: BA, CD and 4B. RGB value is (186,205,75). Sum of RGB (Red+Green+Blue) = 186+205+75=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD4B is #4532B4. Grayscale: #B9B9B9. Windows color (decimal): -4534965 or 4967866. OLE color: 4967866.

HSL color Cylindrical-coordinate representation of color #BACD4B: hue angle of 68.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BACD4B is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 75 -
CMYK 0.09 0 0.63 0.20
HSL 68.77º 0.57% 0.55% -
HSV(B) 68.77º 0.63% 0.8% -
XYZ 43.35 54.61 14.91 -
YUV 184.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 186 205 75 0.09 0 0.63 0.20 68.77 0.57 0.55
Hex BA CD 4B 9 0 3F 14 45 39 37
Octal 272 315 113 11 0 77 24 105 71 67
Binary 10111010 11001101 1001011 1001 0 111111 10100 1000101 111001 110111

Color Harmonies of #BACD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD4B

Black with #BACD4B

Text Example


Text Example

White with #BACD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD4B; }

 p { color: rgb(186,205,75); }

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

background-color css

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

 a { background-color: rgb(186,205,75); }

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

border-color css

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

 span { border-color: rgb(186,205,75); }

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