Html Css Color HEX #BDC94D Celery

📋 copy color: '#BDC94D'

red 189 ◦ green 201 ◦ blue 77

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

Shades of Celery #BDC94D

Tints of Celery #BDC94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.49%

R = 40.47%
G = 43.04%
B = 16.49%

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

#BDC94D (or 0xBDC94D) is known color: Celery. HEX triplet: BD, C9 and 4D. RGB value is (189,201,77). Sum of RGB (Red+Green+Blue) = 189+201+77=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC94D is #4236B2. Grayscale: #B7B7B7. Windows color (decimal): -4339379 or 5097917. OLE color: 5097917.

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

Color convert

RGB 189 201 77 -
CMYK 0.06 0 0.62 0.21
HSL 65.81º 0.53% 0.55% -
HSV(B) 65.81º 0.62% 0.79% -
XYZ 43.21 53.13 15 -
YUV 183.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 189 201 77 0.06 0 0.62 0.21 65.81 0.53 0.55
Hex BD C9 4D 6 0 3E 15 42 35 37
Octal 275 311 115 6 0 76 25 102 65 67
Binary 10111101 11001001 1001101 110 0 111110 10101 1000010 110101 110111

Color Harmonies of #BDC94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC94D

Black with #BDC94D

Text Example


Text Example

White with #BDC94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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