Html Css Color HEX #BDE649 Conifer

📋 copy color: '#BDE649'

red 189 ◦ green 230 ◦ blue 73

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

Shades of Conifer #BDE649

Tints of Conifer #BDE649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.75%

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 38.41%
G = 46.75%
B = 14.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#BDE649 (or 0xBDE649) is known color: Conifer. HEX triplet: BD, E6 and 49. RGB value is (189,230,73). Sum of RGB (Red+Green+Blue) = 189+230+73=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE649 is #4219B6. Grayscale: #C8C8C8. Windows color (decimal): -4331959 or 4843197. OLE color: 4843197.

HSL color Cylindrical-coordinate representation of color #BDE649: hue angle of 75.67º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE649 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 73 -
CMYK 0.18 0 0.68 0.10
HSL 75.67º 0.76% 0.59% -
HSV(B) 75.67º 0.68% 0.9% -
XYZ 50.49 67.89 16.75 -
YUV 199.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 189 230 73 0.18 0 0.68 0.10 75.67 0.76 0.59
Hex BD E6 49 12 0 44 A 4C 4C 3B
Octal 275 346 111 22 0 104 12 114 114 73
Binary 10111101 11100110 1001001 10010 0 1000100 1010 1001100 1001100 111011

Color Harmonies of #BDE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE649

Black with #BDE649

Text Example


Text Example

White with #BDE649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE649; }

 p { color: rgb(189,230,73); }

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

background-color css

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

 a { background-color: rgb(189,230,73); }

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

border-color css

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

 span { border-color: rgb(189,230,73); }

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