Html Css Color HEX #BDC84D Celery

📋 copy color: '#BDC84D'

red 189 ◦ green 200 ◦ blue 77

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

Shades of Celery #BDC84D

Tints of Celery #BDC84D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

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

R = 40.56%
G = 42.92%
B = 16.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#BDC84D (or 0xBDC84D) is known color: Celery. HEX triplet: BD, C8 and 4D. RGB value is (189,200,77). Sum of RGB (Red+Green+Blue) = 189+200+77=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC84D is #4237B2. Grayscale: #B7B7B7. Windows color (decimal): -4339635 or 5097661. OLE color: 5097661.

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

Color convert

RGB 189 200 77 -
CMYK 0.06 0 0.62 0.22
HSL 65.37º 0.53% 0.54% -
HSV(B) 65.37º 0.62% 0.78% -
XYZ 42.98 52.66 14.92 -
YUV 182.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 189 200 77 0.06 0 0.62 0.22 65.37 0.53 0.54
Hex BD C8 4D 6 0 3E 16 41 35 36
Octal 275 310 115 6 0 76 26 101 65 66
Binary 10111101 11001000 1001101 110 0 111110 10110 1000001 110101 110110

Color Harmonies of #BDC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC84D

Black with #BDC84D

Text Example


Text Example

White with #BDC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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