Html Css Color HEX #BDDC74 Sulu

📋 copy color: '#BDDC74'

red 189 ◦ green 220 ◦ blue 116

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

Shades of Sulu #BDDC74

Tints of Sulu #BDDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 36%
G = 41.9%
B = 22.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#BDDC74 (or 0xBDDC74) is known color: Sulu. HEX triplet: BD, DC and 74. RGB value is (189,220,116). Sum of RGB (Red+Green+Blue) = 189+220+116=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC74 is #42238B. Grayscale: #C7C7C7. Windows color (decimal): -4334476 or 7658685. OLE color: 7658685.

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

Color convert

RGB 189 220 116 -
CMYK 0.14 0 0.47 0.14
HSL 77.88º 0.6% 0.66% -
HSV(B) 77.88º 0.47% 0.86% -
XYZ 49.73 63.27 26.11 -
YUV 198.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 189 220 116 0.14 0 0.47 0.14 77.88 0.6 0.66
Hex BD DC 74 E 0 2F E 4E 3C 42
Octal 275 334 164 16 0 57 16 116 74 102
Binary 10111101 11011100 1110100 1110 0 101111 1110 1001110 111100 1000010

Color Harmonies of #BDDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC74

Black with #BDDC74

Text Example


Text Example

White with #BDDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC74; }

 p { color: rgb(189,220,116); }

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

background-color css

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

 a { background-color: rgb(189,220,116); }

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

border-color css

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

 span { border-color: rgb(189,220,116); }

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