#BFD01C

Color #BFD01C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BFD01C

Tints of Rio Grande #BFD01C

Color information

#BFD01C (or 0xBFD01C) is unknown color: approx Rio Grande. HEX triplet: BF, D0 and 1C. RGB value is (191,208,28). Sum of RGB (Red+Green+Blue) = 191+208+28=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD01C is #402FE3. Grayscale: #B7B7B7. Windows color (decimal): -4206564 or 1888447. OLE color: 1888447.

HSL color Cylindrical-coordinate representation of color #BFD01C: hue angle of 65.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD01C is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB19120828-
CMYK0.0800.870.18
HSL65.67º76.27%46.27%-
HSV(B)65.67º86.54%81.57%-
XYZ44.2556.279.63-
YUV182.440.87134.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 28 (11.33% from 255) = 6.56%
R=44.73%
G=48.71%
B=6.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191208280.0800.870.1865.6776.2746.27
HexBFD01C805712424c2e
Octal277320341001272210211456
Binary1011111111010000111001000010101111001010000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD01C; }

 p { color: rgb(191,208,28); }

 H1.HeaderClassName
 {
   color: #BFD01C;
 }
 .AnyTagClassName
 {
   color: #BFD01C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,208,28); }

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

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

 span { border-color: rgb(191,208,28); }

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