Html Css Color HEX #BDC84A Celery

📋 copy color: '#BDC84A'

red 189 ◦ green 200 ◦ blue 74

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

Shades of Celery #BDC84A

Tints of Celery #BDC84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 40.82%
G = 43.2%
B = 15.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BDC84A (or 0xBDC84A) is known color: Celery. HEX triplet: BD, C8 and 4A. RGB value is (189,200,74). Sum of RGB (Red+Green+Blue) = 189+200+74=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC84A is #4237B5. Grayscale: #B6B6B6. Windows color (decimal): -4339638 or 4901053. OLE color: 4901053.

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

Color convert

RGB 189 200 74 -
CMYK 0.06 0 0.63 0.22
HSL 65.24º 0.53% 0.54% -
HSV(B) 65.24º 0.63% 0.78% -
XYZ 42.88 52.62 14.38 -
YUV 182.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 189 200 74 0.06 0 0.63 0.22 65.24 0.53 0.54
Hex BD C8 4A 6 0 3F 16 41 35 36
Octal 275 310 112 6 0 77 26 101 65 66
Binary 10111101 11001000 1001010 110 0 111111 10110 1000001 110101 110110

Color Harmonies of #BDC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC84A

Black with #BDC84A

Text Example


Text Example

White with #BDC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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