Html Css Color HEX #BFCD09 La Rioja

📋 copy color: '#BFCD09'

red 191 ◦ green 205 ◦ blue 9

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

Shades of La Rioja #BFCD09

Tints of La Rioja #BFCD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 9 (3.91% from 255) = 2.22%

R = 47.16%
G = 50.62%
B = 2.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#BFCD09 (or 0xBFCD09) is known color: La Rioja. HEX triplet: BF, CD and 09. RGB value is (191,205,9). Sum of RGB (Red+Green+Blue) = 191+205+9=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD09 is #4032F6. Grayscale: #B3B3B3. Windows color (decimal): -4207351 or 642495. OLE color: 642495.

HSL color Cylindrical-coordinate representation of color #BFCD09: hue angle of 64.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFCD09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 9 -
CMYK 0.07 0 0.96 0.20
HSL 64.29º 0.92% 0.42% -
HSV(B) 64.29º 0.96% 0.8% -
XYZ 43.37 54.76 8.54 -
YUV 178.47 32.36 136.94 -
System Red Green Blue C M Y K H S L
Decimal 191 205 9 0.07 0 0.96 0.20 64.29 0.92 0.42
Hex BF CD 9 7 0 60 14 40 5C 2A
Octal 277 315 11 7 0 140 24 100 134 52
Binary 10111111 11001101 1001 111 0 1100000 10100 1000000 1011100 101010

Color Harmonies of #BFCD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD09

Black with #BFCD09

Text Example


Text Example

White with #BFCD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD09; }

 p { color: rgb(191,205,9); }

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

background-color css

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

 a { background-color: rgb(191,205,9); }

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

border-color css

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

 span { border-color: rgb(191,205,9); }

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