Html Css Color HEX #BDCA4A Celery

📋 copy color: '#BDCA4A'

red 189 ◦ green 202 ◦ blue 74

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

Shades of Celery #BDCA4A

Tints of Celery #BDCA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

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

R = 40.65%
G = 43.44%
B = 15.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#BDCA4A (or 0xBDCA4A) is known color: Celery. HEX triplet: BD, CA and 4A. RGB value is (189,202,74). Sum of RGB (Red+Green+Blue) = 189+202+74=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA4A is #4235B5. Grayscale: #B8B8B8. Windows color (decimal): -4339126 or 4901565. OLE color: 4901565.

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

Color convert

RGB 189 202 74 -
CMYK 0.06 0 0.63 0.21
HSL 66.09º 0.55% 0.54% -
HSV(B) 66.09º 0.63% 0.79% -
XYZ 43.34 53.55 14.53 -
YUV 183.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 189 202 74 0.06 0 0.63 0.21 66.09 0.55 0.54
Hex BD CA 4A 6 0 3F 15 42 37 36
Octal 275 312 112 6 0 77 25 102 67 66
Binary 10111101 11001010 1001010 110 0 111111 10101 1000010 110111 110110

Color Harmonies of #BDCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA4A

Black with #BDCA4A

Text Example


Text Example

White with #BDCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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