Html Css Color HEX #BFCC0D La Rioja

📋 copy color: '#BFCC0D'

red 191 ◦ green 204 ◦ blue 13

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

Shades of La Rioja #BFCC0D

Tints of La Rioja #BFCC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 46.81%
G = 50%
B = 3.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#BFCC0D (or 0xBFCC0D) is known color: La Rioja. HEX triplet: BF, CC and 0D. RGB value is (191,204,13). Sum of RGB (Red+Green+Blue) = 191+204+13=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC0D is #4033F2. Grayscale: #B3B3B3. Windows color (decimal): -4207603 or 904383. OLE color: 904383.

HSL color Cylindrical-coordinate representation of color #BFCC0D: hue angle of 64.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFCC0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 13 -
CMYK 0.06 0 0.94 0.2
HSL 64.08º 0.88% 0.43% -
HSV(B) 64.08º 0.94% 0.8% -
XYZ 43.15 54.29 8.59 -
YUV 178.34 34.69 137.03 -
System Red Green Blue C M Y K H S L
Decimal 191 204 13 0.06 0 0.94 0.2 64.08 0.88 0.43
Hex BF CC D 6 0 5E 14 40 58 2B
Octal 277 314 15 6 0 136 24 100 130 53
Binary 10111111 11001100 1101 110 0 1011110 10100 1000000 1011000 101011

Color Harmonies of #BFCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC0D

Black with #BFCC0D

Text Example


Text Example

White with #BFCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC0D; }

 p { color: rgb(191,204,13); }

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

background-color css

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

 a { background-color: rgb(191,204,13); }

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

border-color css

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

 span { border-color: rgb(191,204,13); }

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