Html Css Color HEX #BCDB53 Conifer

📋 copy color: '#BCDB53'

red 188 ◦ green 219 ◦ blue 83

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

Shades of Conifer #BCDB53

Tints of Conifer #BCDB53

RGB

 RED value IS 188 (73.83% from 255) = 38.37%

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 83 (32.81% from 255) = 16.94%

R = 38.37%
G = 44.69%
B = 16.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BCDB53 (or 0xBCDB53) is known color: Conifer. HEX triplet: BC, DB and 53. RGB value is (188,219,83). Sum of RGB (Red+Green+Blue) = 188+219+83=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB53 is #4324AC. Grayscale: #C2C2C2. Windows color (decimal): -4400301 or 5495740. OLE color: 5495740.

HSL color Cylindrical-coordinate representation of color #BCDB53: hue angle of 73.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCDB53 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 83 -
CMYK 0.14 0 0.62 0.14
HSL 73.68º 0.65% 0.59% -
HSV(B) 73.68º 0.62% 0.86% -
XYZ 47.63 61.98 17.64 -
YUV 194.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 188 219 83 0.14 0 0.62 0.14 73.68 0.65 0.59
Hex BC DB 53 E 0 3E E 4A 41 3B
Octal 274 333 123 16 0 76 16 112 101 73
Binary 10111100 11011011 1010011 1110 0 111110 1110 1001010 1000001 111011

Color Harmonies of #BCDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB53

Black with #BCDB53

Text Example


Text Example

White with #BCDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB53; }

 p { color: rgb(188,219,83); }

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

background-color css

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

 a { background-color: rgb(188,219,83); }

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

border-color css

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

 span { border-color: rgb(188,219,83); }

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