Html Css Color HEX #BDC13D Celery

📋 copy color: '#BDC13D'

red 189 ◦ green 193 ◦ blue 61

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

Shades of Celery #BDC13D

Tints of Celery #BDC13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 42.66%
G = 43.57%
B = 13.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#BDC13D (or 0xBDC13D) is known color: Celery. HEX triplet: BD, C1 and 3D. RGB value is (189,193,61). Sum of RGB (Red+Green+Blue) = 189+193+61=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC13D is #423EC2. Grayscale: #B1B1B1. Windows color (decimal): -4341443 or 4047293. OLE color: 4047293.

HSL color Cylindrical-coordinate representation of color #BDC13D: hue angle of 61.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDC13D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 61 -
CMYK 0.02 0 0.68 0.24
HSL 61.82º 0.52% 0.5% -
HSV(B) 61.82º 0.68% 0.76% -
XYZ 40.9 49.3 11.77 -
YUV 176.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 189 193 61 0.02 0 0.68 0.24 61.82 0.52 0.5
Hex BD C1 3D 2 0 44 18 3E 34 32
Octal 275 301 75 2 0 104 30 76 64 62
Binary 10111101 11000001 111101 10 0 1000100 11000 111110 110100 110010

Color Harmonies of #BDC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC13D

Black with #BDC13D

Text Example


Text Example

White with #BDC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC13D; }

 p { color: rgb(189,193,61); }

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

background-color css

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

 a { background-color: rgb(189,193,61); }

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

border-color css

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

 span { border-color: rgb(189,193,61); }

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