Html Css Color HEX #BDC33C Celery

📋 copy color: '#BDC33C'

red 189 ◦ green 195 ◦ blue 60

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

Shades of Celery #BDC33C

Tints of Celery #BDC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.92%

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

R = 42.57%
G = 43.92%
B = 13.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#BDC33C (or 0xBDC33C) is known color: Celery. HEX triplet: BD, C3 and 3C. RGB value is (189,195,60). Sum of RGB (Red+Green+Blue) = 189+195+60=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC33C is #423CC3. Grayscale: #B2B2B2. Windows color (decimal): -4340932 or 3982269. OLE color: 3982269.

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

Color convert

RGB 189 195 60 -
CMYK 0.03 0 0.69 0.24
HSL 62.67º 0.53% 0.5% -
HSV(B) 62.67º 0.69% 0.76% -
XYZ 41.32 50.18 11.78 -
YUV 177.82 61.51 135.98 -
System Red Green Blue C M Y K H S L
Decimal 189 195 60 0.03 0 0.69 0.24 62.67 0.53 0.5
Hex BD C3 3C 3 0 45 18 3F 35 32
Octal 275 303 74 3 0 105 30 77 65 62
Binary 10111101 11000011 111100 11 0 1000101 11000 111111 110101 110010

Color Harmonies of #BDC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC33C

Black with #BDC33C

Text Example


Text Example

White with #BDC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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