Html Css Color HEX #BFDA74 Sulu

📋 copy color: '#BFDA74'

red 191 ◦ green 218 ◦ blue 116

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

Shades of Sulu #BFDA74

Tints of Sulu #BFDA74

RGB

 RED value IS 191 (75% from 255) = 36.38%

 GREEN value IS 218 (85.55% from 255) = 41.52%

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

R = 36.38%
G = 41.52%
B = 22.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BFDA74 (or 0xBFDA74) is known color: Sulu. HEX triplet: BF, DA and 74. RGB value is (191,218,116). Sum of RGB (Red+Green+Blue) = 191+218+116=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA74 is #40258B. Grayscale: #C6C6C6. Windows color (decimal): -4203916 or 7658175. OLE color: 7658175.

HSL color Cylindrical-coordinate representation of color #BFDA74: hue angle of 75.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFDA74 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 116 -
CMYK 0.12 0 0.47 0.15
HSL 75.88º 0.58% 0.65% -
HSV(B) 75.88º 0.47% 0.85% -
XYZ 49.71 62.48 25.96 -
YUV 198.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 191 218 116 0.12 0 0.47 0.15 75.88 0.58 0.65
Hex BF DA 74 C 0 2F F 4C 3A 41
Octal 277 332 164 14 0 57 17 114 72 101
Binary 10111111 11011010 1110100 1100 0 101111 1111 1001100 111010 1000001

Color Harmonies of #BFDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA74

Black with #BFDA74

Text Example


Text Example

White with #BFDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA74; }

 p { color: rgb(191,218,116); }

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

background-color css

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

 a { background-color: rgb(191,218,116); }

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

border-color css

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

 span { border-color: rgb(191,218,116); }

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