Html Css Color HEX #BDE746 Conifer

📋 copy color: '#BDE746'

red 189 ◦ green 231 ◦ blue 70

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

Shades of Conifer #BDE746

Tints of Conifer #BDE746

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.14%

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

R = 38.57%
G = 47.14%
B = 14.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BDE746 (or 0xBDE746) is known color: Conifer. HEX triplet: BD, E7 and 46. RGB value is (189,231,70). Sum of RGB (Red+Green+Blue) = 189+231+70=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE746 is #4218B9. Grayscale: #C8C8C8. Windows color (decimal): -4331706 or 4646845. OLE color: 4646845.

HSL color Cylindrical-coordinate representation of color #BDE746: hue angle of 75.65º degrees, saturation: 0.77, 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 #BDE746 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 70 -
CMYK 0.18 0 0.70 0.09
HSL 75.65º 0.77% 0.59% -
HSV(B) 75.65º 0.7% 0.91% -
XYZ 50.67 68.41 16.33 -
YUV 200.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 189 231 70 0.18 0 0.70 0.09 75.65 0.77 0.59
Hex BD E7 46 12 0 46 9 4C 4D 3B
Octal 275 347 106 22 0 106 11 114 115 73
Binary 10111101 11100111 1000110 10010 0 1000110 1001 1001100 1001101 111011

Color Harmonies of #BDE746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE746

Black with #BDE746

Text Example


Text Example

White with #BDE746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE746; }

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

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

background-color css

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

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

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

border-color css

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

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

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