Html Css Color HEX #BDC83C Celery

📋 copy color: '#BDC83C'

red 189 ◦ green 200 ◦ blue 60

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

Shades of Celery #BDC83C

Tints of Celery #BDC83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 42.09%
G = 44.54%
B = 13.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#BDC83C (or 0xBDC83C) is known color: Celery. HEX triplet: BD, C8 and 3C. RGB value is (189,200,60). Sum of RGB (Red+Green+Blue) = 189+200+60=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC83C is #4237C3. Grayscale: #B5B5B5. Windows color (decimal): -4339652 or 3983549. OLE color: 3983549.

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

Color convert

RGB 189 200 60 -
CMYK 0.06 0 0.7 0.22
HSL 64.71º 0.56% 0.51% -
HSV(B) 64.71º 0.7% 0.78% -
XYZ 42.46 52.45 12.16 -
YUV 180.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 189 200 60 0.06 0 0.7 0.22 64.71 0.56 0.51
Hex BD C8 3C 6 0 46 16 41 38 33
Octal 275 310 74 6 0 106 26 101 70 63
Binary 10111101 11001000 111100 110 0 1000110 10110 1000001 111000 110011

Color Harmonies of #BDC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC83C

Black with #BDC83C

Text Example


Text Example

White with #BDC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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