Html Css Color HEX #BDCF45 Celery

📋 copy color: '#BDCF45'

red 189 ◦ green 207 ◦ blue 69

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

Shades of Celery #BDCF45

Tints of Celery #BDCF45

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.52%

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 40.65%
G = 44.52%
B = 14.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#BDCF45 (or 0xBDCF45) is known color: Celery. HEX triplet: BD, CF and 45. RGB value is (189,207,69). Sum of RGB (Red+Green+Blue) = 189+207+69=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF45 is #4230BA. Grayscale: #BABABA. Windows color (decimal): -4337851 or 4575165. OLE color: 4575165.

HSL color Cylindrical-coordinate representation of color #BDCF45: hue angle of 67.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDCF45 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 69 -
CMYK 0.09 0 0.67 0.19
HSL 67.83º 0.59% 0.54% -
HSV(B) 67.83º 0.67% 0.81% -
XYZ 44.37 55.87 14.08 -
YUV 185.89 62.04 130.22 -
System Red Green Blue C M Y K H S L
Decimal 189 207 69 0.09 0 0.67 0.19 67.83 0.59 0.54
Hex BD CF 45 9 0 43 13 44 3B 36
Octal 275 317 105 11 0 103 23 104 73 66
Binary 10111101 11001111 1000101 1001 0 1000011 10011 1000100 111011 110110

Color Harmonies of #BDCF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF45

Black with #BDCF45

Text Example


Text Example

White with #BDCF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF45; }

 p { color: rgb(189,207,69); }

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

background-color css

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

 a { background-color: rgb(189,207,69); }

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

border-color css

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

 span { border-color: rgb(189,207,69); }

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