Html Css Color HEX #BDE069 Conifer

📋 copy color: '#BDE069'

red 189 ◦ green 224 ◦ blue 105

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

Shades of Conifer #BDE069

Tints of Conifer #BDE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 36.49%
G = 43.24%
B = 20.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BDE069 (or 0xBDE069) is known color: Conifer. HEX triplet: BD, E0 and 69. RGB value is (189,224,105). Sum of RGB (Red+Green+Blue) = 189+224+105=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE069 is #421F96. Grayscale: #C8C8C8. Windows color (decimal): -4333463 or 6938813. OLE color: 6938813.

HSL color Cylindrical-coordinate representation of color #BDE069: hue angle of 77.65º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE069 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 105 -
CMYK 0.16 0 0.53 0.12
HSL 77.65º 0.66% 0.65% -
HSV(B) 77.65º 0.53% 0.88% -
XYZ 50.19 65.15 23.29 -
YUV 199.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 189 224 105 0.16 0 0.53 0.12 77.65 0.66 0.65
Hex BD E0 69 10 0 35 C 4E 42 41
Octal 275 340 151 20 0 65 14 116 102 101
Binary 10111101 11100000 1101001 10000 0 110101 1100 1001110 1000010 1000001

Color Harmonies of #BDE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE069

Black with #BDE069

Text Example


Text Example

White with #BDE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE069; }

 p { color: rgb(189,224,105); }

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

background-color css

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

 a { background-color: rgb(189,224,105); }

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

border-color css

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

 span { border-color: rgb(189,224,105); }

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