Html Css Color HEX #BDCA41 Celery

📋 copy color: '#BDCA41'

red 189 ◦ green 202 ◦ blue 65

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

Shades of Celery #BDCA41

Tints of Celery #BDCA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 41.45%
G = 44.3%
B = 14.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#BDCA41 (or 0xBDCA41) is known color: Celery. HEX triplet: BD, CA and 41. RGB value is (189,202,65). Sum of RGB (Red+Green+Blue) = 189+202+65=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA41 is #4235BE. Grayscale: #B7B7B7. Windows color (decimal): -4339135 or 4311741. OLE color: 4311741.

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

Color convert

RGB 189 202 65 -
CMYK 0.06 0 0.68 0.21
HSL 65.69º 0.56% 0.52% -
HSV(B) 65.69º 0.68% 0.79% -
XYZ 43.06 53.44 13.05 -
YUV 182.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 189 202 65 0.06 0 0.68 0.21 65.69 0.56 0.52
Hex BD CA 41 6 0 44 15 42 38 34
Octal 275 312 101 6 0 104 25 102 70 64
Binary 10111101 11001010 1000001 110 0 1000100 10101 1000010 111000 110100

Color Harmonies of #BDCA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA41

Black with #BDCA41

Text Example


Text Example

White with #BDCA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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