Html Css Color HEX #BDC94C Celery

📋 copy color: '#BDC94C'

red 189 ◦ green 201 ◦ blue 76

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

Shades of Celery #BDC94C

Tints of Celery #BDC94C

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

 GREEN value IS 201 (78.91% from 255) = 43.13%

 BLUE value IS 76 (30.08% from 255) = 16.31%

R = 40.56%
G = 43.13%
B = 16.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#BDC94C (or 0xBDC94C) is known color: Celery. HEX triplet: BD, C9 and 4C. RGB value is (189,201,76). Sum of RGB (Red+Green+Blue) = 189+201+76=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC94C is #4236B3. Grayscale: #B7B7B7. Windows color (decimal): -4339380 or 5032381. OLE color: 5032381.

HSL color Cylindrical-coordinate representation of color #BDC94C: hue angle of 65.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC94C is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 76 -
CMYK 0.06 0 0.62 0.21
HSL 65.76º 0.54% 0.54% -
HSV(B) 65.76º 0.62% 0.79% -
XYZ 43.18 53.11 14.81 -
YUV 183.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 189 201 76 0.06 0 0.62 0.21 65.76 0.54 0.54
Hex BD C9 4C 6 0 3E 15 42 36 36
Octal 275 311 114 6 0 76 25 102 66 66
Binary 10111101 11001001 1001100 110 0 111110 10101 1000010 110110 110110

Color Harmonies of #BDC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC94C

Black with #BDC94C

Text Example


Text Example

White with #BDC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC94C; }

 p { color: rgb(189,201,76); }

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

background-color css

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

 a { background-color: rgb(189,201,76); }

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

border-color css

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

 span { border-color: rgb(189,201,76); }

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