Html Css Color HEX #BDE946 Conifer

📋 copy color: '#BDE946'

red 189 ◦ green 233 ◦ blue 70

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

Shades of Conifer #BDE946

Tints of Conifer #BDE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.36%

 BLUE value IS 70 (27.73% from 255) = 14.23%

R = 38.41%
G = 47.36%
B = 14.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BDE946 (or 0xBDE946) is known color: Conifer. HEX triplet: BD, E9 and 46. RGB value is (189,233,70). Sum of RGB (Red+Green+Blue) = 189+233+70=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE946 is #4216B9. Grayscale: #C9C9C9. Windows color (decimal): -4331194 or 4647357. OLE color: 4647357.

HSL color Cylindrical-coordinate representation of color #BDE946: hue angle of 76.2º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE946 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 70 -
CMYK 0.19 0 0.70 0.09
HSL 76.2º 0.79% 0.59% -
HSV(B) 76.2º 0.7% 0.91% -
XYZ 51.23 69.54 16.52 -
YUV 201.26 53.92 119.25 -
System Red Green Blue C M Y K H S L
Decimal 189 233 70 0.19 0 0.70 0.09 76.2 0.79 0.59
Hex BD E9 46 13 0 46 9 4C 4F 3B
Octal 275 351 106 23 0 106 11 114 117 73
Binary 10111101 11101001 1000110 10011 0 1000110 1001 1001100 1001111 111011

Color Harmonies of #BDE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE946

Black with #BDE946

Text Example


Text Example

White with #BDE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE946; }

 p { color: rgb(189,233,70); }

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

background-color css

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

 a { background-color: rgb(189,233,70); }

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

border-color css

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

 span { border-color: rgb(189,233,70); }

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